home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Now 11
/
CD-ROM Now MegaDisc 11 (1995-02).iso
/
_bbs
/
rbbstool
/
all.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-25
|
657b
|
29 lines
rem this is where the actual files live
set cdrom=n:
rem this is where you want your index files (full path, with drive)
set output=n:\_bbs\rbbs
REM I set this globally, in ..\all.bat
REM To run this one batch file, change it here also.
if .%in_type% == . goto not_set
goto set
:not_set
set in_type=opus
:set
del logfile
del ..\logfile
echo y | del %output%\*.*
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit2
type header1 > %output%\all.dir
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit3
type makefidx.1 > makefidx.cfg
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit4
type makefidx.2 >> makefidx.cfg
call makeffs